services.woodpecker-agents.agents.<name>.environment

woodpecker-agent config environment variables, for other options read the documentation

Type
attribute set of string
Default
{ }
Example
{
  WOODPECKER_SERVER = "localhost:9000";
  WOODPECKER_BACKEND = "docker";
  DOCKER_HOST = "unix:///run/podman/podman.sock";
}
Declared
<nixpkgs/nixos/modules/services/continuous-integration/woodpecker/agents.nix>